@media (max-width: 1260px) {
    .top-search-tell {
        display: none !important;
    }
    .footer h3 {
        font-family: SourceHanSansSC-Bold;
        font-size: 26px;
        color: #FFFFFF;
        padding-top: 0px;
    }
    /*时间轴*/
    .aui-timeline {
        position: relative;
        padding: 0;
        list-style: none;
    }
    .aui-timeline:before {
        content: '';
        position: absolute;
        top: 0;
        left: 4.85rem;
        width: 2px;
        height: 100%;
        background: #cfcfcf;
        z-index: 0;
    }
    .aui-timeline .aui-timeline-item {
        position: relative;
        margin-top: 70px;
    }
    .aui-timeline .aui-timeline-item-header {
        background-color: #cfcfcf;
        padding: 0.2rem 0.5rem;
        margin: 0.75rem;
        text-align: center;
        display: inline-block;
        position: relative;
        z-index: 1;
        font-size: 0.7rem;
    }
    .aui-timeline .aui-timeline-item-label {
        width: 2.5rem;
        height: 1.5rem;
        line-height: 1.5rem;
        font-size: 0.7em;
        background-color: #cfcfcf;
        position: absolute;
        text-align: center;
        left: 0.75rem;
        top: 0;
    }
    .aui-timeline .aui-timeline-item-label-icon {
        width: 77px;
        height: 77px;
        font-size: 0.7rem;
        line-height: 77px;
        background-color: #cfcfcf;
        position: absolute;
        border-radius: 50%;
        text-align: center;
        left: 1.15rem;
        top: 0;
        display: block;
        text-align: center;
    }
    .aui-timeline .aui-timeline-item-inner {
        margin-left: 3.75rem;
        margin-right: 0.75rem;
        padding: 0;
        position: relative;
    }
    .index-about-abouts .big-title {
        margin-top: 30px;
        font-family: SourceHanSansSC-Medium;
        font-size: 50px;
    }
    .index-about-abouts .big-title-info {
        font-family: SourceHanSansSC-Medium;
        font-size: 18px;
        margin-top: 10px;
        line-height: 32px;
    }
}

@media (min-width: 1200px) {
    /*时间轴*/
    .aui-timeline {
        position: relative;
        padding: 0;
        list-style: none;
    }
    .aui-timeline:before {
        content: '';
        position: absolute;
        top: 0;
        left: 4.85rem;
        width: 2px;
        height: 100%;
        background: #cfcfcf;
        z-index: 0;
    }
    .aui-timeline .aui-timeline-item {
        position: relative;
        margin-top: 20px;
    }
    .aui-timeline .aui-timeline-item-header {
        background-color: #cfcfcf;
        padding: 0.2rem 0.5rem;
        margin: 0.75rem;
        text-align: center;
        display: inline-block;
        position: relative;
        z-index: 1;
        font-size: 0.7rem;
    }
    .aui-timeline .aui-timeline-item-label {
        width: 2.5rem;
        height: 1.5rem;
        line-height: 1.5rem;
        font-size: 0.7em;
        background-color: #cfcfcf;
        position: absolute;
        text-align: center;
        left: 0.75rem;
        top: 0;
    }
    .aui-timeline .aui-timeline-item-label-icon {
        width: 77px;
        height: 77px;
        font-size: 0.7rem;
        line-height: 77px;
        background-color: #cfcfcf;
        position: absolute;
        border-radius: 50%;
        text-align: center;
        left: 1.15rem;
        top: 0;
        display: block;
        text-align: center;
    }
    .aui-timeline .aui-timeline-item-inner {
        margin-left: 3.75rem;
        margin-right: 0.75rem;
        padding: 0;
        position: relative;
    }
    .index-about-abouts .big-title {
        margin-top: 30px;
        font-family: SourceHanSansSC-Medium;
        font-size: 30px;
    }
    .index-about-abouts .big-title-info {
        font-family: SourceHanSansSC-Medium;
        font-size: 16px;
        margin-top: 10px;
        line-height: 32px;
    }
    .footer h3 {
        font-family: SourceHanSansSC-Bold;
        font-size: 26px;
        color: #FFFFFF;
        padding-top: 0px;
        line-height: 70px;
    }
    .public-footer-contact-phone {
        margin-top: 30px;
        font-size: 26px !important;
        font-weight: bold;
    }
}